Видео с ютуба Python Getattr
Dynamic Attribute Handling in Python: getattr(), setattr(), hasattr(), delattr()
module level __getattr__ (intermediate) anthony explains #509
Python getattr() Method : Design Patterns In Python
PYTHON ООП - getattr, setattr, delattr функции (для чайников) - ПРОГРАММИРОВАНИЕ ПО ПЛЕЙЛИСТАМ#УРОК7
#7. Магические методы __setattr__, __getattribute__, __getattr__ и __delattr__ | ООП Python
Функции getattr, setattr, hasattr в Python
how does python's module `__getattr__` actually work?
Mastering the setattr & getattr Functions in Python
Python 3 getattr() function TUTORIAL
Python getattr() - Ultimate Guide
Урок 41. Геттеры и сеттеры в Python. Функция getattr, setattr, hasattr, delattr
Why should I ever use "getattr()"?
getattr Python
Python setattr() - The Ultimate Guide
Python Programming Tutorial # 179 | Python Build-in Getattr() and Setattr() functions - English
Python built-in function: getattr()
THIS Is How You Should Be Making Getters & Setters In Python